home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global groomQTlist
- if groomQTlist = 0 then
- nothing()
- else
- if (the movieRate of sprite 22 = 0) and (the movieRate of sprite 23 = 0) then
- set the castNum of sprite 15 to member "right1"
- set the visible of sprite 24 to 0
- set the visible of sprite 23 to 0
- set the visible of sprite 22 to 1
- updateStage()
- set the movieRate of sprite 22 to 1
- roomQT(1)
- end if
- end if
- end
-
- on mouseUp
- set the castNum of sprite 15 to member "right2"
- end
-